home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h>
- #include <stdlib.h>
- #include <winb.h>
- #include <te.h>
- #include <fntb.h>
- #include <gui.h>
-
- extern int HyperID ;
- extern int MJ_BASEOBJ ;
-
- #define ALIGN 4
- #define OFFSET(type) (sizeof(MMIPACKET) + (sizeof(type)+ALIGN-1)/ALIGN*ALIGN)
-
- /* MMI_init 用データ */
-
- /* ヘッダ */
-
- MMIINIT initDataGUI = { "MmiInit", 1, 0 } ;
-
- /* HyperID */
-
- static MMIPACKET d001 = { &HyperID,
- &MJ_BASEOBJ,
- &MJ_HYPER,
- 0,
- MS_NONE
- } ;
- static HYPER d001d = { MS_NONEL40,
- 0, 0, 5, 5, 0, 0, 0,
- MS_NONEL40,
- } ;
-
-